• MilkDairyManagementSystemCSharp.csproj
  • project /
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion=
"14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <Import Project=
"$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4   <PropertyGroup>
5     <Configuration Condition=
" '$(Configuration)' == '' ">Debug</Configuration>
6     <Platform Condition=
" '$(Platform)' == '' ">AnyCPU</Platform>
7     <ProjectGuid>{D5A85E8F-796E-46BA-97CE-DE1D1905AAF0}</ProjectGuid>
8     <OutputType>WinExe</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>MilkDairyManagementSystemCSharp</RootNamespace>
11     <AssemblyName>MilkDairyManagementSystemCSharp</AssemblyName>
12     <TargetFrameworkVersion>v4.
5.2</TargetFrameworkVersion>
13     <FileAlignment>
512</FileAlignment>
14     <AutoGenerateBindingRedirects>
true</AutoGenerateBindingRedirects>
15     <PublishUrl>publish\</PublishUrl>
16     <Install>
true</Install>
17     <InstallFrom>Disk</InstallFrom>
18     <UpdateEnabled>
false</UpdateEnabled>
19     <UpdateMode>Foreground</UpdateMode>
20     <UpdateInterval>
7</UpdateInterval>
21     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
22     <UpdatePeriodically>
false</UpdatePeriodically>
23     <UpdateRequired>
false</UpdateRequired>
24     <MapFileExtensions>
true</MapFileExtensions>
25     <ApplicationRevision>
0</ApplicationRevision>
26     <ApplicationVersion>
1.0.0.%2a</ApplicationVersion>
27     <IsWebBootstrapper>
false</IsWebBootstrapper>
28     <UseApplicationTrust>
false</UseApplicationTrust>
29     <BootstrapperEnabled>
true</BootstrapperEnabled>
30   </PropertyGroup>
31   <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
32     <PlatformTarget>AnyCPU</PlatformTarget>
33     <DebugSymbols>
true</DebugSymbols>
34     <DebugType>full</DebugType>
35     <Optimize>
false</Optimize>
36     <OutputPath>bin\Debug\</OutputPath>
37     <DefineConstants>DEBUG;TRACE</DefineConstants>
38     <ErrorReport>prompt</ErrorReport>
39     <WarningLevel>
4</WarningLevel>
40   </PropertyGroup>
41   <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
42     <PlatformTarget>AnyCPU</PlatformTarget>
43     <DebugType>pdbonly</DebugType>
44     <Optimize>
true</Optimize>
45     <OutputPath>bin\Release\</OutputPath>
46     <DefineConstants>TRACE</DefineConstants>
47     <ErrorReport>prompt</ErrorReport>
48     <WarningLevel>
4</WarningLevel>
49   </PropertyGroup>
50   <ItemGroup>
51     <Reference Include=
"System" />
52     <Reference Include=
"System.Core" />
53     <Reference Include=
"System.Xml.Linq" />
54     <Reference Include=
"System.Data.DataSetExtensions" />
55     <Reference Include=
"Microsoft.CSharp" />
56     <Reference Include=
"System.Data" />
57     <Reference Include=
"System.Deployment" />
58     <Reference Include=
"System.Drawing" />
59     <Reference Include=
"System.Net.Http" />
60     <Reference Include=
"System.Windows.Forms" />
61     <Reference Include=
"System.Xml" />
62   </ItemGroup>
63   <ItemGroup>
64     <Compile Include=
"Form1.cs">
65       <SubType>Form</SubType>
66     </Compile>
67     <Compile Include=
"Form1.Designer.cs">
68       <DependentUpon>Form1.cs</DependentUpon>
69     </Compile>
70     <Compile Include=
"Home.cs">
71       <SubType>Form</SubType>
72     </Compile>
73     <Compile Include=
"Home.Designer.cs">
74       <DependentUpon>Home.cs</DependentUpon>
75     </Compile>
76     <Compile Include=
"MilkDairy.cs">
77       <SubType>Form</SubType>
78     </Compile>
79     <Compile Include=
"MilkDairy.Designer.cs">
80       <DependentUpon>MilkDairy.cs</DependentUpon>
81     </Compile>
82     <Compile Include=
"milkdairyDataSet.Designer.cs">
83       <AutoGen>True</AutoGen>
84       <DesignTime>True</DesignTime>
85       <DependentUpon>milkdairyDataSet.xsd</DependentUpon>
86     </Compile>
87     <Compile Include=
"milkdairyDataSet1.Designer.cs">
88       <AutoGen>True</AutoGen>
89       <DesignTime>True</DesignTime>
90       <DependentUpon>milkdairyDataSet1.xsd</DependentUpon>
91     </Compile>
92     <Compile Include=
"milkdairyDataSet2.Designer.cs">
93       <AutoGen>True</AutoGen>
94       <DesignTime>True</DesignTime>
95       <DependentUpon>milkdairyDataSet2.xsd</DependentUpon>
96     </Compile>
97     <Compile Include=
"milkdairyDataSet3.Designer.cs">
98       <AutoGen>True</AutoGen>
99       <DesignTime>True</DesignTime>
100       <DependentUpon>milkdairyDataSet3.xsd</DependentUpon>
101     </Compile>
102     <Compile Include=
"NewAccount.cs">
103       <SubType>Form</SubType>
104     </Compile>
105     <Compile Include=
"NewAccount.Designer.cs">
106       <DependentUpon>NewAccount.cs</DependentUpon>
107     </Compile>
108     <Compile Include=
"Program.cs" />
109     <Compile Include=
"Properties\AssemblyInfo.cs" />
110     <Compile Include=
"SearchAccount.cs">
111       <SubType>Form</SubType>
112     </Compile>
113     <Compile Include=
"SearchAccount.Designer.cs">
114       <DependentUpon>SearchAccount.cs</DependentUpon>
115     </Compile>
116     <Compile Include=
"SearchDairyMilkRecord.cs">
117       <SubType>Form</SubType>
118     </Compile>
119     <Compile Include=
"SearchDairyMilkRecord.Designer.cs">
120       <DependentUpon>SearchDairyMilkRecord.cs</DependentUpon>
121     </Compile>
122     <Compile Include=
"SetFatePrice.cs">
123       <SubType>Form</SubType>
124     </Compile>
125     <Compile Include=
"SetFatePrice.Designer.cs">
126       <DependentUpon>SetFatePrice.cs</DependentUpon>
127     </Compile>
128     <EmbeddedResource Include=
"Form1.resx">
129       <DependentUpon>Form1.cs</DependentUpon>
130     </EmbeddedResource>
131     <EmbeddedResource Include=
"Home.resx">
132       <DependentUpon>Home.cs</DependentUpon>
133     </EmbeddedResource>
134     <EmbeddedResource Include=
"MilkDairy.resx">
135       <DependentUpon>MilkDairy.cs</DependentUpon>
136     </EmbeddedResource>
137     <EmbeddedResource Include=
"NewAccount.resx">
138       <DependentUpon>NewAccount.cs</DependentUpon>
139     </EmbeddedResource>
140     <EmbeddedResource Include=
"Properties\Resources.resx">
141       <Generator>ResXFileCodeGenerator</Generator>
142       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
143       <SubType>Designer</SubType>
144     </EmbeddedResource>
145     <Compile Include=
"Properties\Resources.Designer.cs">
146       <AutoGen>True</AutoGen>
147       <DependentUpon>Resources.resx</DependentUpon>
148       <DesignTime>True</DesignTime>
149     </Compile>
150     <EmbeddedResource Include=
"SearchAccount.resx">
151       <DependentUpon>SearchAccount.cs</DependentUpon>
152     </EmbeddedResource>
153     <EmbeddedResource Include=
"SearchDairyMilkRecord.resx">
154       <DependentUpon>SearchDairyMilkRecord.cs</DependentUpon>
155     </EmbeddedResource>
156     <EmbeddedResource Include=
"SetFatePrice.resx">
157       <DependentUpon>SetFatePrice.cs</DependentUpon>
158     </EmbeddedResource>
159     <None Include=
"milkdairyDataSet.xsc">
160       <DependentUpon>milkdairyDataSet.xsd</DependentUpon>
161     </None>
162     <None Include=
"milkdairyDataSet.xsd">
163       <Generator>MSDataSetGenerator</Generator>
164       <LastGenOutput>milkdairyDataSet.Designer.cs</LastGenOutput>
165       <SubType>Designer</SubType>
166     </None>
167     <None Include=
"milkdairyDataSet.xss">
168       <DependentUpon>milkdairyDataSet.xsd</DependentUpon>
169     </None>
170     <None Include=
"milkdairyDataSet1.xsc">
171       <DependentUpon>milkdairyDataSet1.xsd</DependentUpon>
172     </None>
173     <None Include=
"milkdairyDataSet1.xsd">
174       <Generator>MSDataSetGenerator</Generator>
175       <LastGenOutput>milkdairyDataSet1.Designer.cs</LastGenOutput>
176       <SubType>Designer</SubType>
177     </None>
178     <None Include=
"milkdairyDataSet1.xss">
179       <DependentUpon>milkdairyDataSet1.xsd</DependentUpon>
180     </None>
181     <None Include=
"milkdairyDataSet2.xsc">
182       <DependentUpon>milkdairyDataSet2.xsd</DependentUpon>
183     </None>
184     <None Include=
"milkdairyDataSet2.xsd">
185       <Generator>MSDataSetGenerator</Generator>
186       <LastGenOutput>milkdairyDataSet2.Designer.cs</LastGenOutput>
187       <SubType>Designer</SubType>
188     </None>
189     <None Include=
"milkdairyDataSet2.xss">
190       <DependentUpon>milkdairyDataSet2.xsd</DependentUpon>
191     </None>
192     <None Include=
"milkdairyDataSet3.xsc">
193       <DependentUpon>milkdairyDataSet3.xsd</DependentUpon>
194     </None>
195     <None Include=
"milkdairyDataSet3.xsd">
196       <Generator>MSDataSetGenerator</Generator>
197       <LastGenOutput>milkdairyDataSet3.Designer.cs</LastGenOutput>
198       <SubType>Designer</SubType>
199     </None>
200     <None Include=
"milkdairyDataSet3.xss">
201       <DependentUpon>milkdairyDataSet3.xsd</DependentUpon>
202     </None>
203     <None Include=
"Properties\Settings.settings">
204       <Generator>SettingsSingleFileGenerator</Generator>
205       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
206     </None>
207     <Compile Include=
"Properties\Settings.Designer.cs">
208       <AutoGen>True</AutoGen>
209       <DependentUpon>Settings.settings</DependentUpon>
210       <DesignTimeSharedInput>True</DesignTimeSharedInput>
211     </Compile>
212   </ItemGroup>
213   <ItemGroup>
214     <None Include=
"App.config" />
215   </ItemGroup>
216   <ItemGroup>
217     <None Include=
"Resources\kashipara.png" />
218   </ItemGroup>
219   <ItemGroup>
220     <Content Include=
"milkdairy.mdf">
221       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
222     </Content>
223     <Content Include=
"milkdairy_log.ldf">
224       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
225       <DependentUpon>milkdairy.mdf</DependentUpon>
226     </Content>
227   </ItemGroup>
228   <ItemGroup>
229     <BootstrapperPackage Include=
".NETFramework,Version=v4.5.2">
230       <Visible>False</Visible>
231       <ProductName>Microsoft .NET Framework
4.5.2 %28x86 and x64%29</ProductName>
232       <Install>
true</Install>
233     </BootstrapperPackage>
234     <BootstrapperPackage Include=
"Microsoft.Net.Framework.3.5.SP1">
235       <Visible>False</Visible>
236       <ProductName>.NET Framework
3.5 SP1</ProductName>
237       <Install>
false</Install>
238     </BootstrapperPackage>
239   </ItemGroup>
240   <Import Project=
"$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
241   <!-- To modify your build process,
add your task inside one of the targets below and uncomment it.
242        Other similar extension points exist, see Microsoft.Common.targets.
243   <Target Name=
"BeforeBuild">
244   </Target>
245   <Target Name=
"AfterBuild">
246   </Target>
247   -->
248 </Project>


Gõ tìm kiếm nhanh...